home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / Events / Register.h < prev   
Encoding:
C/C++ Source or Header  |  1996-12-15  |  754 b   |  29 lines  |  [TEXT/CWIE]

  1. #if defined(OCEVENTSEND)
  2. // {c6378701-139f-11d0-8638-fbf5722516d8}
  3. DEFINE_GUID(CLSID_ocx, 
  4. 0xc6378701, 0x139f, 0x11d0, 0x86, 0x38, 0xfb, 0xf5, 0x72, 0x25, 0x16, 0xd8);
  5.  
  6.  
  7. #define kOCXFullUserTypeName            "EventSend"
  8. #define kOCXProgID                        "EventSend"
  9. #define kOCXCLSID                        "{c6378701-139f-11d0-8638-fbf5722516d8}"
  10.  
  11. #include "CEventSend.h"
  12. #define CControl CEventSend
  13.  
  14. #elif defined(OCEVENTCLIENT)
  15. // {c6378702-139f-11d0-8638-fbf5722516d8}
  16. DEFINE_GUID(CLSID_ocx, 
  17. 0xc6378702, 0x139f, 0x11d0, 0x86, 0x38, 0xfb, 0xf5, 0x72, 0x25, 0x16, 0xd8);
  18.  
  19.  
  20. #define kOCXFullUserTypeName            "EventClient"
  21. #define kOCXProgID                        "EventClient"
  22. #define kOCXCLSID                        "{c6378702-139f-11d0-8638-fbf5722516d8}"
  23.  
  24. #include "CEventClient.h"
  25. #define CControl CEventClient
  26.  
  27. #endif
  28.  
  29.